getDays

abstract fun getDays(): EnumSet<DayOfWeekType>

Gets the set of days of the week on which this schedule is active.

If the set is empty, it might imply the schedule is active every day, or it might imply it's never active based on days (depending on system interpretation).

Return

An EnumSet of DayOfWeekType indicating the active days. Returns an empty set if no specific days are set, but typically should not return null.

See also